home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / asmutil / asm_n_z.zip / WINDOW.DOC < prev    next >
Text File  |  1980-01-01  |  1KB  |  25 lines

  1.  
  2. Program:        BIOS Window Extension
  3. Command:        WINDOW (R,C) TO (R,C)
  4. Display:        Color graphics or
  5.                 Monochrome display
  6.  
  7.    This  program defines a window on the screen in which all 
  8. subsequent  activity will   take   place.    The   window  is 
  9. specified by giving the  coordinates  of the  upper  left and 
  10. lower right corners in terms of rows and columns.  The upper left 
  11. corner of the screen is (0,0).  The format of the command  is  
  12. fairly  free, the  only  requirements  are  that  each coordinate  
  13. pair  start  with   a   left parenthesis and be separated by a 
  14. comma. The  format shown above is suggested for clarity of 
  15. interpretation.
  16.  
  17.    The  areas  outside  of  the  current window may be written to 
  18. directly by any of the usual commands (in your  favorite 
  19. language)  which allow direct coordinate specification.
  20.  
  21. Copyright 1984, John J. Seal, The Graphic Software Company.
  22. This program is placed in the public domain. You are  welcome  to  
  23. extend  or modify it. If  you do so, please respect my copyright 
  24. notice and insert a record  of modification history.
  25.